Commenting Text

 

Introduction

Providing comments about your webpage or HTML coding within your HTML documents is often useful for HTML editing. Any text that appears within comment tags will become "commented" when inserted into a document. Commented text is not read or displayed by browsers. For example, the commented image tag below would not be displayed by a browser. However, some search engines still use commented text as a source for search terms.

For Example:

<!-- <IMG src="pic.jpg"> --> would not be rendered.

To Comment Text

  1. Select the text you want to comment.

  2. Do one of the following: